setTransitionName

open fun setTransitionName(@NonNull view: View, @Nullable transitionName: String)(source)

Sets the name of the View to be used to identify Views in Transitions. Names should be unique in the View hierarchy.

Parameters

view

The View against which to invoke the method.

transitionName

The name of the View to uniquely identify it for Transitions.